home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / IBM39521.PPD < prev    next >
Text File  |  1990-10-12  |  15KB  |  412 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "IBM LaserPrinter" version 51.8 
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58 
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 015124 or 015535
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 31 May 1990 
  15.  
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.1" 
  18. *LanguageVersion: English 
  19.  
  20. *Product: "(IBM LaserPrinter)"
  21. *PSVersion: "(52.1) 0" 
  22. *NickName: "IBM 4019 v52.1 (39 Fonts)"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "179196"      
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False 
  29. *Throughput: "10" 
  30. *Password: "0"  
  31. *ExitServer: " 
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup      % potential password 
  36.     statusdict begin checkpassword end not
  37.   } ifelse 
  38.   {  %  if no password or not valid
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) =       
  41.     (Please contact the author of this software.) = flush 
  42.     quit
  43.   } if
  44.   serverdict begin exitserver 
  45. "                    
  46. *End  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true                                       
  50.   }{                                         
  51.     dup      % potential password       
  52.     statusdict begin checkpassword end not 
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =  
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush 
  58.     quit 
  59.   } if
  60.   serverdict begin exitserver  
  61.   systemdict /quit get exec 
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End                                                                          
  65. *DefaultResolution: 300dpi
  66. *?Resolution: " 
  67.   save 
  68.   initgraphics
  69.   0 0 moveto currentpoint matrix defaultmatrix transform
  70.   0 72 lineto currentpoint matrix defaultmatrix transform 
  71.   3 -1 roll sub dup mul
  72.   3 1 roll exch sub dup mul
  73.   add sqrt round cvi 
  74.   (          ) cvs print (dpi) = flush
  75.   restore
  76. *End
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  84. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  85. *End 
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  88. "
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }" 
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92.  
  93. *% Paper Handling =================== 
  94.  
  95. *% Use these entries to set paper size most of the time, unless there is
  96. *% specific reason to use PageRegion or PaperTray
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "statusdict begin lettertray end"
  99. *PageSize Legal: "statusdict begin legaltray end"
  100. *PageSize Executive: "statusdict begin executivetray end"
  101. *PageSize A4: "statusdict begin a4tray end"
  102. *PageSize A5: "statusdict begin a5tray end"
  103. *PageSize B5: "statusdict begin b5tray end"
  104. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  105. *PageSize Envelope.279.639/C9 Envelope: "statusdict begin 3.875x8.875envelopetray end"
  106. *PageSize Envelope.297.684/C10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  107. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  108. *PageSize Envelope.460.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  109. *PageSize Envelope.499.709/B5 Envelope: "statusdict begin 176x250envelopetray end"
  110. *?PageSize: "
  111.   save statusdict begin
  112.   12 dict begin
  113.   /lettertray (Letter) def /legaltray (Legal) def
  114.   /11x17tray (Tabloid) def /ledgertray (Ledger) def
  115.   /a3tray (A3) def /a4tray (A4) def
  116.   /a5tray (A5) def /b4tray (B4) def
  117.   /b5tray (B5) def /executivetray (Executive) def
  118.   papersize {
  119.     {load exec} stopped not{= flush}if
  120.     }{ 
  121.     {load exec} stopped not{print (.Transverse) = flush}{(Unknown) =   
  122.     flush}ifelse
  123.   }ifelse
  124.   end
  125.   end restore
  126. "
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion A5: "a5"
  133. *PageRegion B5: "b5"
  134. *PageRegion Executive: "executivepage"
  135. *PageRegion Envelope.279.540/Monarch Envelope: "3.875x7.5envelope"
  136. *PageRegion Envelope.279.639/C9 Envelope: "3.875x8.875envelope"
  137. *PageRegion Envelope.297.684/C10 Envelope: "4.125x9.5envelope"
  138. *PageRegion Envelope.312.624/DL Envelope: "110x220envelope"
  139. *PageRegion Envelope.460.649/C5 Envelope: "162x229envelope"
  140. *PageRegion Envelope.499.709/B5 Envelope: "176x250envelope"
  141.  
  142.  
  143. *% These entries will invoke a particular tray--error may occur if tray is not
  144. *% inserted.
  145. *% These errors should be trapped by software and a message displayed
  146. *DefaultPaperTray: None
  147. *PaperTray Letter: "statusdict begin lettertray end"
  148. *PaperTray Legal: "statusdict begin legaltray end"
  149. *PaperTray Executive: "statusdict begin executivetray end"
  150. *PaperTray A4: "statusdict begin a4tray end"
  151. *PaperTray A5: "statusdict begin a5tray end"
  152. *PaperTray B5: "statusdict begin b5tray end"
  153. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  154. *PaperTray Envelope.279.639/C9 Envelope: "statusdict begin 3.875x8.875envelopetray end"
  155. *PaperTray Envelope.297.684/C10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  156. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  157. *PaperTray Envelope.460.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  158. *PaperTray Envelope.499.709/B5 Envelope: "statusdict begin 176x250envelopetray end"
  159. *?PaperTray: " 
  160. save statusdict begin
  161. 20 dict begin
  162. /lettertray (Letter) def /legaltray (Legal) def
  163. /11x17tray (Tabloid) def /ledgertray (Ledger) def
  164. /a3tray (A3) def /a4tray (A4) def
  165. /a5tray (A5) def /b4tray (B4) def
  166. /b5tray (B5) def
  167. papersize {
  168. {load exec} stopped not{= flush}if
  169. }{ 
  170. {load exec} stopped not{print (.Transverse) = flush}if
  171. }ifelse
  172. end
  173. end restore
  174. *End
  175.  
  176. *% The following entries provide information about specific paper keywords.
  177. *DefaultImageableArea: Letter
  178. *ImageableArea Letter: "18 17 597 776"
  179. *ImageableArea Legal: "18 17 597 992"
  180. *ImageableArea A4: "18 19 578 827"
  181. *ImageableArea A5: "18 12 405 580"
  182. *ImageableArea B5: "18 17 505 712"
  183. *ImageableArea Executive: "18 17 505 740"
  184. *ImageableArea Envelope.279.540/Monarch Envelope: "18 13 279 527"
  185. *ImageableArea Envelope.279.639/C9 Envelope: "18 13 279 623"
  186. *ImageableArea Envelope.297.684/C10 Envelope: "18 14 294 668"
  187. *ImageableArea Envelope.312.624/DL Envelope: "18 13 309 608"
  188. *ImageableArea Envelope.460.649/C5 Envelope: "18 12 455 634"
  189. *ImageableArea Envelope.499.709/B5 Envelope: "18 12 498 693"
  190. *?ImageableArea: "
  191. save /cvp { cvi (            ) cvs print ( ) print } bind def
  192. newpath clippath pathbbox
  193. 4 -2 roll exch 2 {ceiling cvp} repeat
  194. exch 2 {floor cvp} repeat flush
  195. restore
  196. "
  197. *End
  198.  
  199. *% These provide the physical dimensions of the paper (by keyword
  200. *DefaultPaperDimension: Letter
  201. *PaperDimension Letter: "612 792"
  202. *PaperDimension Legal: "612 1008"
  203. *PaperDimension A4: "595 842"
  204. *PaperDimension A5: "420 595"
  205. *PaperDimension B5: "516 729"
  206. *PaperDimension Executive: "522 756"
  207. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  208. *PaperDimension Envelope.279.639/C9 Envelope: "279 639"
  209. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  210. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  211. *PaperDimension Envelope.460.649/C5 Envelope: "460 649"
  212. *PaperDimension Envelope.499.709/B5 Envelope: "499 709"
  213.  
  214. *DefaultOutputBin: Upper
  215. *DefaultInputSlot: Upper
  216. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  217. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  218. *InputSlot Envelope: "statusdict begin 2 setpapertray end"
  219. *InputSlot Manual: "statusdict begin 3 setpapertray end"
  220. *InputSlot ManualEnvelope: "statusdict begin 4 setpapertray end"
  221. *?InputSlot: " 
  222. save statusdict begin
  223. 5 dict begin
  224. /0 (upper) def
  225. /1 (lower) def
  226. /2 (envelope) def
  227. /3 (manual) def
  228. /4 (manualenvelope) def
  229. papertray
  230. {( ) cvs cvn load exec} stopped not{= flush}if
  231. end
  232. end restore
  233. "
  234. *End
  235.  
  236. *DefaultManualFeed: False
  237. *?ManualFeed: " 
  238. statusdict /manualfeed get
  239. {(True)}{(False)}ifelse = flush"
  240. *End
  241. *ManualFeed True: "statusdict begin /manualfeed true store end"
  242. *ManualFeed False: "statusdict begin /manualfeed false store end"
  243.  
  244. *DefaultOutputOrder: Normal
  245.  
  246. *DefaultCollator: None
  247. *DefaultSorter: None
  248. *DefaultDuplex: None
  249.  
  250. *% Font Information ===================== 
  251.  
  252. *DefaultFont: Courier
  253. *Font AvantGarde-Book: Standard "(001.001)"
  254. *Font AvantGarde-BookOblique: Standard "(001.001)" 
  255. *Font AvantGarde-Demi: Standard "(001.001)"
  256. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  257. *Font Bookman-Demi: Standard "(001.001)"  
  258. *Font Bookman-DemiItalic: Standard "(001.001)"
  259. *Font Bookman-Light: Standard "(001.001)" 
  260. *Font Bookman-LightItalic: Standard "(001.001)"
  261. *Font Courier: Standard "(001.004)"
  262. *Font Courier-Bold: Standard "(001.004)"
  263. *Font Courier-BoldOblique: Standard "(001.004)" 
  264. *Font Courier-Oblique: Standard "(001.004)"
  265. *Font Helvetica: Standard "(001.002)"      
  266. *Font Helvetica-Black: Standard "(001.001)" 
  267. *Font Helvetica-BlackOblique: Standard "(001.001)"
  268. *Font Helvetica-Bold: Standard "(001.002)" 
  269. *Font Helvetica-BoldOblique: Standard "(001.002)"
  270. *Font Helvetica-Light: Standard "(001.002)" 
  271. *Font Helvetica-LightOblique: Standard "(001.002)"
  272. *Font Helvetica-Narrow: Standard "(001.002)" 
  273. *Font Helvetica-Narrow-Bold: Standard "(001.002)" 
  274. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  275. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  276. *Font Helvetica-Oblique: Standard "(001.002)" 
  277. *Font NewCenturySchlbk-Bold: Standard "(001.002)" 
  278. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  279. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  280. *Font NewCenturySchlbk-Roman: Standard "(001.002)" 
  281. *Font Palatino-Bold: Standard "(001.001)" 
  282. *Font Palatino-BoldItalic: Standard "(001.001)"
  283. *Font Palatino-Italic: Standard "(001.002)"
  284. *Font Palatino-Roman: Standard "(001.001)"
  285. *Font Symbol: Special "(001.003)" 
  286. *Font Times-Bold: Standard "(001.002)" 
  287. *Font Times-BoldItalic: Standard "(001.004)"
  288. *Font Times-Italic: Standard "(001.002)"   
  289. *Font Times-Roman: Standard "(001.002)"  
  290. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  291. *Font ZapfDingbats: Special "(001.000)" 
  292. *?FontQuery: "    
  293. save  4 dict begin /sv exch def
  294. /str (fonts/                              ) def
  295. /st2 128 string def
  296. {                          
  297. count 0 gt {   
  298. dup st2 cvs (/) print print (:) print 
  299. dup FontDirectory exch known {pop (Yes)}{ 
  300. str exch st2 cvs dup length /len exch def
  301. 6 exch putinterval str 0 len 6 add getinterval mark exch
  302. { } st2 filenameforall counttomark 0 gt { 
  303. cleartomark (Yes)}{cleartomark (No)}ifelse
  304. }ifelse = flush
  305. }{ exit } ifelse
  306. } bind loop
  307. (*) = flush
  308. sv end restore
  309. "           
  310. *End
  311.  
  312. *?FontList: "   
  313. save  2 dict begin /sv exch def
  314. /str 128 string def
  315. FontDirectory { pop == } bind forall flush
  316. /filenameforall where { 
  317. pop save (fonts/*) {  
  318. dup length 6 sub 6 exch getinterval cvn ==
  319. } bind str filenameforall flush restore
  320. } if
  321. (*) = flush
  322. sv end restore
  323. "       
  324. *End
  325.  
  326. *% Printer Messages (verbatim from printer):
  327. *Message: "%%  exitserver: permanent state may be changed  %%"
  328. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  329. *Message: "\FontName\ not found, using Courier"
  330.  
  331. *% Status (format: %%  status: <one of these>  %% )  
  332. *Status: "Printer Busy"                   
  333. *Status: "Warming Up"              
  334. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  335. *Source: "serial9"    
  336. *Source: "serial25" 
  337. *Source: "Centronics" 
  338.  
  339. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  340. *PrinterError: "Printer Offline"      
  341. *PrinterError: "Paper Out or Feed Failure - Tray 1" 
  342. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  343. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder" 
  344. *PrinterError: "Load Paper Requested" 
  345. *PrinterError: "Load Envelope Requested"
  346. *PrinterError: "Invalid Manual Insertion" 
  347. *PrinterError: "Wrong Paper Length"
  348. *PrinterError: "Paper Jam"
  349. *PrinterError: "Cover Open/Cartridge Not Installed"
  350. *PrinterError: "Output Bin Full"  
  351. *PrinterError: "Default Storage Error"  
  352. *PrinterError: "Battery Low - Slot 1
  353. *PrinterError: "Battery Low - Slot 2 
  354. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  355. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  356. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1" 
  357. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2" 
  358. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  359. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  360. *PrinterError: "Defective Font Card Installed - Slot 1" 
  361. *PrinterError: "Defective Font Card Installed - Slot 2"
  362. *PrinterError: "Unsupported Card Installed - Slot 1" 
  363. *PrinterError: "Unsupported Card Installed - Slot 2"
  364. *PrinterError: "Printer Busy"    
  365. *PrinterError: "Printer Error"  
  366.  
  367. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  368.  
  369. *% Color Separation Information ===================== 
  370.  
  371. *DefaultColorSep: ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi
  372.  
  373. *InkName: ProcessBlack/Process Black
  374. *InkName: CustomColor/Custom Color
  375. *InkName: ProcessCyan/Process Cyan
  376. *InkName: ProcessMagenta/Process Magenta
  377. *InkName: ProcessYellow/Process Yellow
  378.  
  379. *%  For 60 lpi / 300 dpi  ===============================
  380.  
  381. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  382. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  383. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  384. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  385. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  388. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  389. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  390. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  391. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392.  
  393. *  For 53 lpi / 300 dpi  ===============================
  394.  
  395. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  396. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  397. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  398. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  399. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  400.  
  401. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  402. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  403. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  404. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  405. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  406.  
  407.  
  408. *% end of PPD file for IBM 4019 LaserPrinter
  409.